home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 30 / CD-ROM 30 / CD-ROM 30.iso / aplicat / shell / cobshell.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Encoding:
Text File  |  1997-10-18  |  3.9 KB  |  136 lines

  1. object Form2: TForm2
  2.   Left = 321
  3.   Top = 154
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Cobshell Configuration'
  6.   ClientHeight = 215
  7.   ClientWidth = 341
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Button7: TButton
  20.     Left = 80
  21.     Top = 184
  22.     Width = 75
  23.     Height = 25
  24.     Caption = '&OK'
  25.     Default = True
  26.     TabOrder = 0
  27.     OnClick = Button7Click
  28.   end
  29.   object TabControl1: TTabControl
  30.     Left = 8
  31.     Top = 16
  32.     Width = 321
  33.     Height = 161
  34.     TabOrder = 1
  35.     OnChange = TabControl1Change
  36.     OnChanging = TabControl1Changing
  37.     object Label1: TLabel
  38.       Left = 16
  39.       Top = 24
  40.       Width = 64
  41.       Height = 16
  42.       Caption = 'Program:'
  43.       Font.Charset = DEFAULT_CHARSET
  44.       Font.Color = clWhite
  45.       Font.Height = -13
  46.       Font.Name = 'MS Sans Serif'
  47.       Font.Style = [fsBold]
  48.       ParentFont = False
  49.     end
  50.     object Label2: TLabel
  51.       Left = 16
  52.       Top = 80
  53.       Width = 45
  54.       Height = 16
  55.       Caption = 'Glyph:'
  56.       Font.Charset = DEFAULT_CHARSET
  57.       Font.Color = clWhite
  58.       Font.Height = -13
  59.       Font.Name = 'MS Sans Serif'
  60.       Font.Style = [fsBold]
  61.       ParentFont = False
  62.     end
  63.     object Edit1: TEdit
  64.       Left = 16
  65.       Top = 48
  66.       Width = 265
  67.       Height = 21
  68.       TabOrder = 0
  69.     end
  70.     object Edit2: TEdit
  71.       Left = 16
  72.       Top = 112
  73.       Width = 265
  74.       Height = 21
  75.       TabOrder = 1
  76.     end
  77.     object BitBtn1: TBitBtn
  78.       Left = 280
  79.       Top = 48
  80.       Width = 35
  81.       Height = 25
  82.       TabOrder = 2
  83.       OnClick = BitBtn1Click
  84.       Glyph.Data = {
  85.         76010000424D7601000000000000760000002800000020000000100000000100
  86.         04000000000000010000120B0000120B00001000000000000000000000000000
  87.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  88.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00303333333333
  89.         333337F3333333333333303333333333333337F33FFFFF3FF3FF303300000300
  90.         300337FF77777F77377330000BBB0333333337777F337F33333330330BB00333
  91.         333337F373F773333333303330033333333337F3377333333333303333333333
  92.         333337F33FFFFF3FF3FF303300000300300337FF77777F77377330000BBB0333
  93.         333337777F337F33333330330BB00333333337F373F773333333303330033333
  94.         333337F3377333333333303333333333333337FFFF3FF3FFF333000003003000
  95.         333377777F77377733330BBB0333333333337F337F33333333330BB003333333
  96.         333373F773333333333330033333333333333773333333333333}
  97.       NumGlyphs = 2
  98.     end
  99.     object BitBtn2: TBitBtn
  100.       Left = 280
  101.       Top = 112
  102.       Width = 35
  103.       Height = 25
  104.       TabOrder = 3
  105.       OnClick = BitBtn2Click
  106.       Glyph.Data = {
  107.         76010000424D7601000000000000760000002800000020000000100000000100
  108.         04000000000000010000120B0000120B00001000000000000000000000000000
  109.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  110.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00303333333333
  111.         333337F3333333333333303333333333333337F33FFFFF3FF3FF303300000300
  112.         300337FF77777F77377330000BBB0333333337777F337F33333330330BB00333
  113.         333337F373F773333333303330033333333337F3377333333333303333333333
  114.         333337F33FFFFF3FF3FF303300000300300337FF77777F77377330000BBB0333
  115.         333337777F337F33333330330BB00333333337F373F773333333303330033333
  116.         333337F3377333333333303333333333333337FFFF3FF3FFF333000003003000
  117.         333377777F77377733330BBB0333333333337F337F33333333330BB003333333
  118.         333373F773333333333330033333333333333773333333333333}
  119.       NumGlyphs = 2
  120.     end
  121.   end
  122.   object Button1: TButton
  123.     Left = 200
  124.     Top = 184
  125.     Width = 75
  126.     Height = 25
  127.     Caption = '&Cancel'
  128.     TabOrder = 2
  129.     OnClick = Button1Click
  130.   end
  131.   object OpenDialog1: TOpenDialog
  132.     Left = 240
  133.     Top = 32
  134.   end
  135. end
  136.